←Select platform

StorageCommit(DicomScp,IEnumerable<SopInstanceReference>,string,StorageCommitOptions) Method

Summary

Sends a storage commit request message to a peer member of a connection defined by SCP.

Syntax
C#
C++/CLI
public:  
   String^ StorageCommit( 
      DicomScp^ Scp, 
      System::Collections::Generic::IEnumerable<Leadtools::Dicom::Common::DataTypes::SopInstanceReference^>^ sopInstanceReferences, 
      String^ transactionUid, 
      StorageCommitOptions^ storageCommitOptions 
   ) 

Parameters

Scp

The peer connection to send the storage commit request to.

sopInstanceReferences

List of SopInstanceReference objects to store.

transactionUid

The UID for the transaction. If null or empty, it will be generated and returned.

storageCommitOptions

A StorageCommitOptions which contains the options for the store.

Return Value

The UID for the transaction. If transactionUid was null or empty, a new UID will be generated and returned, otherwise, the same value will be returned.

Remarks

This overload uses a list of SopInstanceReference to prepare the DicomDataSet that is used with the N-Action-Req.

If you have a list of DICOM files, you can use StorageCommit(DicomScp,IEnumerable<T><string>,string,StorageCommitOptions).

If you have a DicomDataSet that contains all the StorageCommit (N-Action-Req), you can use StorageCommit(DicomScp,DicomDataSet,StorageCommitOptions).

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.